home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 49
/
Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso
/
Aminet
/
util
/
boot
/
WBSP_Prefs.lha
/
WBStartup+Prefs
/
Source
/
CopyWindow.h
< prev
next >
Wrap
Text File
|
2002-03-05
|
549b
|
21 lines
/*******************************************/
/* flags returned and sent to CopyWindow() */
/*******************************************/
/* if WBSP_MOVE bit is set, then it means move, etc. */
#define WBSP_CANCEL 0x00000001
#define WBSP_MOVE 0x00000002
#define WBSP_ENABLED 0x00000004
/**************************************/
/* GadgetID's for copy window gadgets */
/**************************************/
#define COPYGAD_ENABLED 0
#define COPYGAD_COPY 1
#define COPYGAD_OK 2
#define COPYGAD_CANCEL 3
int CopyWindow(int flags);